[INFO] fetching crate skp-validator-rules 0.1.0...
[INFO] fixing skp-validator-rules-0.1.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate skp-validator-rules 0.1.0 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate skp-validator-rules 0.1.0
[INFO] finished tweaking crates.io crate skp-validator-rules 0.1.0
[INFO] tweaked toml for crates.io crate skp-validator-rules 0.1.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate skp-validator-rules 0.1.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate skp-validator-rules 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded skp-validator-core v0.1.0
[INFO] [stderr]   Downloaded zmij v1.0.14
[INFO] [stderr]   Downloaded regex-cache v0.2.1
[INFO] [stderr]   Downloaded oncemutex v0.1.1
[INFO] [stderr]   Downloaded phonenumber v0.3.9+9.0.21
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] cf91e3e7f2617768fa81b42d7daeeb57e18a686fea91546d07849195d579f00e
[INFO] running `Command { std: "docker" "start" "cf91e3e7f2617768fa81b42d7daeeb57e18a686fea91546d07849195d579f00e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "cf91e3e7f2617768fa81b42d7daeeb57e18a686fea91546d07849195d579f00e" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cf91e3e7f2617768fa81b42d7daeeb57e18a686fea91546d07849195d579f00e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "cf91e3e7f2617768fa81b42d7daeeb57e18a686fea91546d07849195d579f00e" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.105
[INFO] [stderr]    Compiling zmij v1.0.14
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]    Compiling quote v1.0.43
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]     Checking thiserror v2.0.17
[INFO] [stderr]     Checking skp-validator-core v0.1.0
[INFO] [stderr]     Checking skp-validator-rules v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stdout] error[E0599]: no method named `with_field` found for struct `skp_validator_core::ValidationContext` in the current scope
[INFO] [stdout]    --> src/custom/dependency.rs:227:14
[INFO] [stdout]     |
[INFO] [stdout] 226 |           let delivery_ctx = ValidationContext::new()
[INFO] [stdout]     |  ____________________________-
[INFO] [stdout] 227 | |             .with_field("shipping_method", "delivery");
[INFO] [stdout]     | |_____________-^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `set_field` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 227 -             .with_field("shipping_method", "delivery");
[INFO] [stdout] 227 +             .set_field("shipping_method", "delivery");
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `with_field` found for struct `skp_validator_core::ValidationContext` in the current scope
[INFO] [stdout]    --> src/custom/dependency.rs:234:14
[INFO] [stdout]     |
[INFO] [stdout] 233 |           let pickup_ctx = ValidationContext::new()
[INFO] [stdout]     |  __________________________-
[INFO] [stdout] 234 | |             .with_field("shipping_method", "pickup");
[INFO] [stdout]     | |_____________-^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `set_field` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 234 -             .with_field("shipping_method", "pickup");
[INFO] [stdout] 234 +             .set_field("shipping_method", "pickup");
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `with_field` found for struct `skp_validator_core::ValidationContext` in the current scope
[INFO] [stdout]    --> src/custom/dependency.rs:246:14
[INFO] [stdout]     |
[INFO] [stdout] 245 |           let with_country = ValidationContext::new()
[INFO] [stdout]     |  ____________________________-
[INFO] [stdout] 246 | |             .with_field("country", "US");
[INFO] [stdout]     | |_____________-^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `set_field` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 246 -             .with_field("country", "US");
[INFO] [stdout] 246 +             .set_field("country", "US");
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `with_field` found for struct `skp_validator_core::ValidationContext` in the current scope
[INFO] [stdout]    --> src/custom/dependency.rs:260:47
[INFO] [stdout]     |
[INFO] [stdout] 260 |         let us_ctx = ValidationContext::new().with_field("country", "US");
[INFO] [stdout]     |                                               ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `set_field` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 260 -         let us_ctx = ValidationContext::new().with_field("country", "US");
[INFO] [stdout] 260 +         let us_ctx = ValidationContext::new().set_field("country", "US");
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `with_field` found for struct `skp_validator_core::ValidationContext` in the current scope
[INFO] [stdout]    --> src/custom/dependency.rs:263:47
[INFO] [stdout]     |
[INFO] [stdout] 263 |         let uk_ctx = ValidationContext::new().with_field("country", "UK");
[INFO] [stdout]     |                                               ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `set_field` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 263 -         let uk_ctx = ValidationContext::new().with_field("country", "UK");
[INFO] [stdout] 263 +         let uk_ctx = ValidationContext::new().set_field("country", "UK");
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `skp-validator-rules` (lib test) due to 5 previous errors
[INFO] running `Command { std: "docker" "inspect" "cf91e3e7f2617768fa81b42d7daeeb57e18a686fea91546d07849195d579f00e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cf91e3e7f2617768fa81b42d7daeeb57e18a686fea91546d07849195d579f00e", kill_on_drop: false }`
[INFO] [stdout] cf91e3e7f2617768fa81b42d7daeeb57e18a686fea91546d07849195d579f00e
